home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / homeoff / zilch / run / zilchs21.exe / 0 / RCDATA / TSTARTFRM / TSTARTFRM.txt < prev   
Text File  |  1999-01-29  |  805b  |  41 lines

  1. object StartFrm: TStartFrm
  2.   Left = 249
  3.   Top = 138
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 115
  7.   ClientWidth = 431
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PrintScale = poPrintToFit
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 431
  22.     Height = 115
  23.     Align = alClient
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     Caption = 'Panel1'
  27.     Color = clNavy
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 2
  31.       Top = 2
  32.       Width = 427
  33.       Height = 111
  34.       Align = alClient
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.       Stretch = True
  38.     end
  39.   end
  40. end
  41.